@charset "UTF-8";
body {
  background: #fff;
  overflow-x: hidden;
}

.section {
  background-color: #fff;
  position: relative;
}

.section .container-fluid {
  width: 75%;
  margin: 0 auto;
}

.section p {
  font-family: "FZLTXHJW";
}

.section h3,
.section h5 {
  font-family: "FZLTZCHJW";
}

.section .container {
  padding: 0 9rem;
}

.section .section-title {
  margin: 0;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}

.section .section-title::after {
  display: none;
}

.section .gsapAnimate {
  transition: transform 400ms ease-in-out, opacity 400ms ease-out;
}

.section .gsapAnimate.animated {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.section .swiper-pagination-line {
  line-height: 0.1rem;
}

.section .swiper-pagination-line .swiper-pagination-bullet {
  margin: 1 !important;
  border: 0;
  width: 1rem !important;
  height: 0.1rem;
  background: #000;
  border-radius: 0.1rem;
  opacity: 0.2;
  vertical-align: top;
  transition: all 0.3s;
}

.section .swiper-pagination-line .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3cafb3;
  opacity: 1;
}

.hr {
  height: .0133rem;
  background: #ccc;
  margin: 2rem 0;
}

/* banner */
.section-banner {
  position: relative;
}

.section-banner .swiper-slide {
  overflow: hidden;
}

.section-banner .swiper-slide-active img {
  animation: scale 13.5s linear;
}

.section-banner .swiper-slide-active .banner-slogan > *,
.section-banner .swiper-slide-active .banner-btn-group > * {
  top: 0;
  opacity: 1;
}

.section-banner .video-box {
  height: 100%;
  position: relative;
  font-size: 0;
}

.section-banner .banner-slogan {
  position: absolute;
  top: 29%;
  right: 8.5%;
  text-align: left;
  color: #fff;
}

.section-banner .banner-slogan > * {
  position: relative;
  top: -1rem;
  opacity: 0;
}

.section-banner .banner-slogan h3 {
  margin-top: 0;
  margin-bottom: 0.7rem;
  font-size: 3rem;
  transition-property: top, opacity;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}

.section-banner .banner-slogan p {
  font-size: 1.1rem;
  line-height: 1.8;
  transition-property: top, opacity;
  transition-duration: 0.5s;
  transition-delay: 0.8s;
}

.section-banner .banner-slogan .knowmore {
  transition-property: top, opacity;
  transition-duration: 0.5s;
  transition-delay: 1.2s;
  margin-top: 1.3rem;
}

.section-banner .banner-slogan .knowmore:hover {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}

.section-banner .banner-slogan.slogan-text-center {
  top: 18%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.section-banner .banner-slogan.slogan-text-black {
  color: #000022;
}

.section-banner .banner-slogan.slogan-text-black .knowmore:hover {
  color: #fff;
  background-color: #000022;
  border-color: #000022;
}

.section-banner .banner-slogan.slogan-text-white {
  color: #fff;
}

.section-banner .banner-btn-group {
  position: absolute;
  top: 18%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  margin-top: 6rem;
}

.section-banner .banner-btn-group > * {
  position: relative;
  top: -1rem;
  opacity: 0;
}

.section-banner .banner-btn-group .knowmore {
  z-index: 1;
  transition-property: top, opacity;
  transition-duration: 0.5s;
  transition-delay: 1.2s;
  margin-top: 1.3rem;
  background: rgba(0, 0, 0, 0.1);
}

.section-banner .video-box ~ .banner-slogan {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

.section-banner .video-box ~ .banner-slogan p {
  display: inline-block;
  border: 1px solid;
  border-radius: 50px;
  padding: 0 0.8em;
}

.section-banner .swiper-banner-prev,
.section-banner .swiper-banner-next {
  font-size: 3.25rem !important;
  background: none;
  opacity: 0;
  transition: all .2s ease-out;
}

.section-banner .swiper-banner-prev {
  left: -1rem;
}

.section-banner .swiper-banner-next {
  right: -1rem;
}

.section-banner:hover .swiper-banner-prev,
.section-banner:hover .swiper-banner-next {
  opacity: 1;
}

.section-banner:hover .swiper-banner-prev {
  left: 1%;
}

.section-banner:hover .swiper-banner-next {
  right: 1%;
}

.section-banner .swiper-banner-pagination {
  bottom: 1rem !important;
}

.section-banner .swiper-banner-pagination .swiper-pagination-bullet {
  margin: 0 0.5rem !important;
  width: 1.8rem !important;
  background: #ffffff;
  opacity: 0.5;
}

.section-banner .swiper-banner-pagination .swiper-pagination-bullet span {
  display: block;
  height: 100%;
  background-color: #fff;
  width: 0;
  transition: width 7s linear;
}

.section-banner .swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.section-banner .swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  animation: progress 7s linear;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.section-car {
  background-color: white;
  padding: 0 0 1.5rem 0;
}

.section-car .section-car-container {
  width: 72.4%;
  margin: 0 auto;
}

.section-car .section-car-container .section-car-swiper-wrap {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  min-height: 44.88rem;
}

.section-car .section-car-container .section-car-swiper-wrap .car-title-swiper {
  display: block;
  width: 58%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.section-car .section-car-container .section-car-swiper-wrap .car-title-swiper::before {
  content: '';
  position: absolute;
  width: 5rem;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0.6));
  z-index: 2;
}

.section-car .section-car-container .section-car-swiper-wrap .car-title-swiper::after {
  content: '';
  position: absolute;
  width: 5rem;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0.6));
  z-index: 2;
}

.section-car .section-car-container .section-car-swiper-wrap .car-title-swiper .swiper-slide {
  padding: 0.5rem 0;
  transition: all .4s ease-out;
  cursor: pointer;
  font-size: 1rem;
  color: #666;
}

.section-car .section-car-container .section-car-swiper-wrap .car-title-swiper .swiper-slide-active {
  color: #3cafb3;
  position: relative;
}

.section-car .section-car-container .section-car-swiper-wrap .car-title-swiper .swiper-slide-active::after {
  content: '';
  position: absolute;
  width: 50%;
  margin: 0 auto;
  height: .15rem;
  background: #3cafb3;
  left: 0;
  right: 0;
  bottom: 0rem;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper {
  position: relative;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide {
  padding: 4rem 6rem;
  position: relative;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-name {
  position: absolute;
  font-size: 8rem;
  color: #f4f4f4;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.2rem;
  top: 0;
  left: 8rem;
  opacity: 0.8;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-box {
  position: relative;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .img-car-slide {
  display: block;
  margin: 2rem auto 0;
  position: relative;
  z-index: 1;
  width: 76%;
  cursor: url(/assets/imgs/global/mouse64.svg), auto;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .img-carlt {
  width: 7.6rem;
  position: absolute;
  z-index: 2;
  transform: rotate(0);
  transition: all 1.2s ease-in-out;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-2023x70c ~ img.img-carlt-left {
  top: 54%;
  left: 19.3%;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-2023x70c ~ img.img-carlt-right {
  top: 54%;
  left: 65.2%;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-x70zgc ~ img.img-carlt-left {
  top: 55.5%;
  left: 18.8%;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-x70zgc ~ img.img-carlt-right {
  top: 55.5%;
  left: 65.1%;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-x70plusc ~ img.img-carlt-left {
  top: 54%;
  left: 18.8%;
  width: 7.5rem;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-x70plusc ~ img.img-carlt-right {
  top: 54%;
  left: 65.1%;
  width: 7.5rem;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-xx70sc ~ img.img-carlt-left {
  top: 54.5%;
  left: 18.8%;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-xx70sc ~ img.img-carlt-right {
  top: 54.5%;
  left: 65.4%;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-dashengidm ~ img.img-carlt-left {
  top: 55.5%;
  left: 20.8%;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-dashengidm ~ img.img-carlt-right {
  top: 55.5%;
  left: 66.5%;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-dasheng ~ img.img-carlt-left {
  top: 55.5%;
  left: 20.5%;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-dasheng ~ img.img-carlt-right {
  top: 55.5%;
  left: 66.8%;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-x90c ~ img.img-carlt-left {
  top: 57.5%;
  left: 17.2%;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-x90c ~ img.img-carlt-right {
  top: 57.5%;
  left: 65.5%;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-x90zlc ~ img.img-carlt-left {
  top: 54.5%;
  left: 18.6%;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-x90zlc ~ img.img-carlt-right {
  top: 54.5%;
  left: 64.8%;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-x90plusc ~ img.img-carlt-left {
  top: 56%;
  left: 18.5%;
  width: 7.5rem;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-x90plusc ~ img.img-carlt-right {
  top: 56%;
  left: 64.5%;
  width: 7.5rem;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-x95zzc ~ img.img-carlt-left {
  top: 56.5%;
  left: 18.5%;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .car-x95zzc ~ img.img-carlt-right {
  top: 56.5%;
  left: 65.2%;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .img-yz {
  position: absolute;
  left: 0;
  width: 70%;
  right: 0;
  margin: auto;
  height: .24rem;
  z-index: -1;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .slide-content {
  text-align: center;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .slide-content h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .slide-content span {
  font-size: 0.9rem;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide .slide-btn-group {
  margin-top: 2.5rem;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide.swiper-slide-active .car-box.fadeInRight .img-carlt {
  transform: rotate(-360deg);
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-slide.swiper-slide-active .car-box.fadeInLeft .img-carlt {
  transform: rotate(360deg);
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-car-prev {
  background: url(/assets/imgs/index/left.png);
  background-size: 100%;
  z-index: 9;
}

.section-car .section-car-container .section-car-swiper-wrap .car-swiper .swiper-car-next {
  background: url(/assets/imgs/index/right.png);
  background-size: 100%;
  z-index: 9;
}

.section-travel {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.section-travel .section-padding-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-travel .section-padding-container .section-travel-content {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}

.section-travel .section-padding-container .section-travel-content .section-title {
  transition: all .3s;
  transform: translateY(2rem);
}

.section-travel .section-padding-container .section-travel-content p {
  transition: all .3s;
  font-size: 1rem;
  opacity: 0;
  color: white;
}

.section-travel .section-padding-container .section-travel-content p span {
  display: block;
  line-height: 2.5rem;
}

.section-travel .section-padding-container .section-travel-content .img-logo-jt {
  width: 10%;
  margin: 2rem 0;
  transition: all .3s;
  opacity: 0;
}

.section-travel .section-padding-container .section-travel-content .knowmore {
  margin: 4rem 0;
  transition: all .3s;
  opacity: 0;
  transform: translateY(2rem);
}

.section-travel .section-padding-container .section-travel-content .section-travel-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-travel .section-padding-container .section-travel-video {
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  transition: all 1s;
}

.section-travel .section-padding-container .section-travel-video video,
.section-travel .section-padding-container .section-travel-video canvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-travel .section-padding-container .section-travel-video .video-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  transition: all .3s;
}

.section-travel .section-padding-container .section-travel-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-travel .section-padding-container .section-travel-mask .img-logo-stencil {
  width: 16%;
  border: 100vw solid #00b2b5;
  border-top-width: 100vh;
  border-bottom-width: 100vh;
  box-sizing: content-box;
}

.section-order {
  background-color: #f8f8f8;
  padding: 8rem 0;
}

.section-order .col-item-row {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.section-order .col-item-row .col-item {
  position: relative;
  padding-top: 39.27%;
  width: 48%;
  color: white;
  opacity: 0;
  transition: all .4s ease;
}

.section-order .col-item-row .col-item .img-clip-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-order .col-item-row .col-item .col-item-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: skewx(-10deg);
}

.section-order .col-item-row .col-item .col-item-content .item-title {
  font-size: 2rem;
  margin-top: 4rem;
  opacity: 0;
  transition: all .4s ease-out .2s;
}

.section-order .col-item-row .col-item .col-item-content h4 {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}

.section-order .col-item-row .col-item .col-item-content p {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.section-order .col-item-row .col-item-left {
  left: -3.5rem;
}

.section-order .col-item-row .col-item-left .img-clip {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  transition: all .4s;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
}

.section-order .col-item-row .col-item-left .img-clip > img {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(3.4rem) skewX(-10deg) scale(1);
  transform: translateX(3.4rem) skewX(-10deg) scale(1);
  transform-origin: center;
  width: auto;
  transition: all 3.4s;
}

.section-order .col-item-row .col-item-left .img-clip:hover img {
  transform: translateX(5.6rem) skewX(-10deg) scale(1.1);
  transform-origin: center;
}

.section-order .col-item-row .col-item-left .col-item-content {
  text-align: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem 0;
  left: 3.5rem;
}

.section-order .col-item-row .col-item-right {
  right: -3.5rem;
}

.section-order .col-item-row .col-item-right .img-clip {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  transition: all .4s;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
}

.section-order .col-item-row .col-item-right .img-clip > img {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transform: translateX(-3.4rem) skewX(-10deg) scale(1);
  transform: translateX(-3.4rem) skewX(-10deg) scale(1);
  transform-origin: center;
  width: auto;
  transition: all 3.4s;
}

.section-order .col-item-row .col-item-right .img-clip:hover img {
  transform: translateX(-5.6rem) skewX(-10deg) scale(1.1);
  transform-origin: center;
}

.section-order .col-item-row .col-item-right .col-item-content {
  text-align: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem 0;
  right: 3.5rem;
}

.section-order .col-item-row.animated .col-item-content .item-title {
  margin-top: 0;
  opacity: 1;
}

.section-order .col-item-row.animated .col-item-left {
  left: 1rem;
  opacity: 1;
  transition: all 1s;
}

.section-order .col-item-row.animated .col-item-left.to-top {
  transform: translateY(-2rem);
}

.section-order .col-item-row.animated .col-item-right {
  right: 1rem;
  opacity: 1;
  transition: all 1s;
}

.section-order .col-item-row.animated .col-item-right.to-bottom {
  transform: translateY(2rem);
}

.section-appointment {
  background-color: #fff;
  padding: 0 0 6rem 0;
}

.section-appointment .col-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-appointment .col-item-row .col-item {
  width: 50%;
}

.section-appointment .col-item-row .col-item .img-car {
  width: 90%;
  display: block;
  text-align: center;
}

.section-appointment .col-item-row .col-item .img-loading {
  width: 2rem !important;
}

.section-appointment .col-item-row .col-item.appointment-content {
  width: 50%;
}

.section-appointment .col-item-row .col-item.appointment-content .global-select-box {
  /* 使用伪类选择器 ::-webkit-scrollbar ,兼容chrome和safari浏览器 */
  /*兼容火狐*/
  /* 兼容IE10+ */
}

.section-appointment .col-item-row .col-item.appointment-content .global-select-box .combo-options {
  -ms-overflow-style: none;
}

.section-appointment .col-item-row .col-item.appointment-content .global-select-box .combo-options::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.section-appointment .col-item-row .col-item.appointment-content .global-select-box .combo-options::-o-scrollbar {
  width: 3px;
  height: 3px;
}

.section-appointment .col-item-row .col-item.appointment-content .global-select-box .combo-options::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.3);
}

.section-appointment .col-item-row .col-item.appointment-content .global-select-box .combo-options::-o-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.3);
}

.section-appointment .col-item-row .col-item.appointment-content .global-select-box .combo-options::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.1);
}

.section-joinus {
  background-color: #f8f8f8;
  padding: 1rem 0 2.5rem 0;
  background: url(/assets/imgs/index/joinus-bg.png) no-repeat;
  background-size: 100% 100%;
}

.section-joinus .section-joinus-container {
  width: 79.16%;
  margin: 0 auto;
}

.section-joinus .section-joinus-container .col-item-row {
  display: flex;
  justify-content: space-between;
}

.section-joinus .section-joinus-container .col-item-row .col-item:first-child {
  width: 38%;
}

.section-joinus .section-joinus-container .col-item-row .col-item:last-child {
  width: 50%;
}

.section-joinus .section-joinus-container .col-item-row .col-item:last-child .swiper-buycar {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.section-joinus .section-joinus-container .col-item-row .col-item:last-child .swiper-buycar h4 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.section-joinus .section-joinus-container .col-item-row .col-item:last-child .swiper-buycar p {
  font-size: 0.8rem;
}

.section-joinus .section-joinus-container .col-item-row .col-item:last-child .swiper-buycar .swiper-bycar-pagination {
  bottom: 0;
  left: 0;
  text-align: left;
}

.section-joinus .section-joinus-container .col-item-row .col-item:last-child .col-item-qrcode-list {
  margin-top: 2rem;
}

.section-joinus .section-joinus-container .col-item-row .col-item:last-child .col-item-qrcode-list ul {
  display: flex;
  justify-content: space-between;
}

.section-joinus .section-joinus-container .col-item-row .col-item:last-child .col-item-qrcode-list ul li {
  width: 23%;
}

.section-joinus .section-joinus-container .col-item-row .col-item:last-child .col-item-qrcode-list ul li p {
  font-size: 0.8rem;
  text-align: center;
  color: #113145;
  margin: 0.8rem 0;
}

.section-joinus .section-joinus-container .col-item-row .col-item:last-child .col-item-qrcode-list ul li img:hover {
  margin-top: -1px;
}

.section-joinus .section-joinus-container .col-item-row .swiper-carimg {
  padding-bottom: 2rem;
}

.section-joinus .section-joinus-container .col-item-row .swiper-carimg .swiper-slide {
  opacity: 0 !important;
}

.section-joinus .section-joinus-container .col-item-row .swiper-carimg .swiper-slide img {
  width: 58%;
}

.section-joinus .section-joinus-container .col-item-row .swiper-carimg .swiper-slide-active,
.section-joinus .section-joinus-container .col-item-row .swiper-carimg .swiper-slide-next {
  opacity: 1 !important;
}

.section-otherservice {
  background-color: #fff;
  padding: 2.5rem 0 1.5rem 0;
}

.section-otherservice .col-item-row {
  display: flex;
  justify-content: space-between;
}

.section-otherservice .col-item-row .col-item {
  width: 32%;
}

.section-otherservice .col-item-row .col-item a {
  position: relative;
  width: 100%;
  display: inline-block;
}

.section-otherservice .col-item-row .col-item a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 2;
  transition: all .4s ease-out;
}

.section-otherservice .col-item-row .col-item a:hover::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  transition: all .4s;
}

.section-otherservice .col-item-row .col-item span {
  display: block;
  text-align: center;
  padding: 0.8rem 0;
  font-size: 1.2rem;
}

#appointment-form .form-input {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  justify-content: space-between;
  font-size: 0.9rem;
  transition: all .4s ease-out;
}

#appointment-form .form-input:hover {
  border-bottom: 1px solid #191919;
}

#appointment-form .form-input .input-item-d {
  color: #101010;
}

#appointment-form .form-input .input-item-i {
  width: 80%;
  color: #444444;
}

#appointment-form .form-input .input-item-i input {
  outline: none;
  font-size: 0.9rem;
  border: 0;
  outline: 0;
  background: none;
  padding: 0 1.5em;
  height: 3.4rem;
  line-height: 3.4rem;
  width: 100%;
}

#appointment-form .form-input .input-item-i .select-box {
  height: 3.4rem;
  width: 100%;
}

#appointment-form .form-input .input-item-i span.text {
  width: 100%;
  display: inline-block;
}

#appointment-form .form-input .input-item-i i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: all .4s ease-out;
  font-size: 0.75rem;
  right: 0;
}

#appointment-form .form-input .input-item-i .combo.collapsed i {
  transform: translateY(-50%) rotate(-180deg);
}

#appointment-form .form-input .input-item-location {
  position: relative;
  display: inline-flex;
  gap: 1.5em;
  padding-right: 2rem;
  justify-content: space-between;
  align-items: center;
}

#appointment-form .form-input .input-item-location #select-cascader-wrap .sel-cascader-input > button {
  padding-right: 0 !important;
}

#appointment-form .form-input .input-item-location #select-cascader-wrap .sel-cascader-input > button .input-text {
  position: absolute;
  top: 0;
  left: 1.5em;
  width: 100%;
}

#appointment-form .form-input .input-item-location i {
  right: calc(100% - 28.8rem);
}

#appointment-form .rule-input label.check_wrap {
  font-weight: normal;
  vertical-align: middle;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  color: #101010;
  font-size: 0.9rem;
}

#appointment-form .rule-input label.check_wrap input[type="checkbox"] {
  margin: 0 0.5rem 0 0;
}

#appointment-form .appointment-btn-wrapper button {
  outline: none;
  border-radius: 0;
  width: 24%;
  transition: all .4s ease-out;
}

#appointment-form .appointment-btn-wrapper button:hover, #appointment-form .appointment-btn-wrapper button:active {
  background: #000;
  color: white;
}

html.gray {
  -webkit-filter: grayscale(100%);
  /* CSS3 filter方式，webkit内核方式，firefox外的绝大部分的现代浏览器*/
  -moz-filter: grayscale(100%);
  /* 目前没有实现 */
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  /* CSS3 filter方式，标准写法*/
  filter: gray;
}

@media (min-width: 768px) {
  .section-banner {
    position: relative;
    height: 100vh;
  }
  .section-banner > .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .section-banner > .swiper-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-banner .banner-slogan.slogan-text-vcenter {
    top: 45%;
  }
}


#jetour-td {
  background: #fafafa;
  padding-bottom: 5rem;
}
#jetour-td .td-desc {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #9C9C9C;
  margin-top: -1.5rem;
}
#jetour-td .td-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.td-tabs-content {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #999999;
  font-size: 1.2rem;
  line-height: 1.5rem;
  width: 22.5rem;
}
.td-tabs-item {
  cursor: pointer;
  position: relative;
}
.td-tabs-item-active {
  color: #000;
}
.td-tabs-item-active span {
  position: relative;
  z-index: 2;
}
.td-tabs-item-active:after {
  content: '';
  width: 100%;
  height: .2rem;
  position: absolute;
  background: #5EADB1;
  left: 0;
  bottom: .1rem;
  z-index: 0;
}
.tb-content {

  margin: 0 auto;
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 77rem;
}
.tb-item {
  width: 24rem;
  cursor: pointer;
}
.tb-item img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
}
.tb-item-title {
  margin-top: 1.1rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.1rem;
  line-height: 1.4rem;
  height: 2.8rem;
  color: #333;
}
.tb-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
}
/* .tb-btn .btn-primary-black {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #3cafb3;
  color: #3cafb3;
} */

#jetour-car {
  /* background-image: url(/assets/imgs/index/indexcarbg.png); */
  /* background-size: cover; */
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.car-type-swiper {
  position: relative;
}
.car-type-content {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 21rem;
  margin-bottom: 3rem;
}
.car-type-icon {
  width: 1rem;
  height: 2rem;
  cursor: pointer;
  background-size: 100% 100%;
}
.car-type-text {
  font-size: 2.4rem;
  color: #000;
}
.car-type-icon-left {
  background-image: url(/assets/imgs/index/car-left-icon.png);
}
.car-type-icon-right {
  background-image: url(/assets/imgs/index/car-right-icon.png);
}
.cat-type-box {
  margin: 0 auto;
  margin-top: 5rem;
  width: 45rem;
  position: relative;
}
.cat-type-img {
  margin: 0 auto;
  display: block;
  width: 45rem;
  height: 20rem;
  object-fit: contain;
}
.car-type-name {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #333;
  font-family: "FZLTZCHJW";
  font-weight: 500;
  margin-top: 2rem;
}
.car-type-price {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: #333;
  margin-top: 1rem;
}
.car-type-btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 19rem;
  margin: 0 auto;
  margin-top: 1rem;
}
.car-type-btn {
  width: 9rem;
  height: 2.35rem;
  border: .1rem solid #3cafb3;
  background: #3cafb3;
  color: #fff;
  font-size: .9rem;
  cursor: pointer;
  
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.car-type-btn-r {
  background: #fff;
  color: #3cafb3;
}
.car-type-swiper-btn {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: absolute;
  background: #3cafb3;
  top: 50%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.car-type-swiper-btn img {
  width: 1rem;
  height: 2rem;
}
.car-type-prev {
  left: 7rem;
}
.car-type-prev img {
  transform: translateX(-.2rem);
}
.car-type-next {
  right: 7rem;
}
.car-type-next img {
  transform: translateX(.2rem);
}
.car-type-swiper-title {
  margin: 0 auto;
  width: 50%;
}
.car-type-swiper-title-item {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #000;
}
.car-type-swiper-title-item-bor {
  position: relative;
  
}
.car-type-swiper-title-item-bor span {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.swiper-slide-active .car-type-swiper-title-item-bor:after {
  content: '';
  width: 100%;
  height: .2rem;
  position: absolute;
  background: #5EADB1;
  left: 0;
  bottom: .1rem;
  z-index: 0;
}